CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 模拟退火 tsp

搜索资源列表

  1. TSP

    0下载:
  2. 模拟退火算法解决10个城市的TSP问题,适合帮助模拟退火算法的初学者。-The simulated annealing algorithm to solve the 10 cities TSP problem , suitable for beginners to help the simulated annealing algorithm .
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:2966
    • 提供者:ZhengShenhai
  1. SA-TSP

    0下载:
  2. 一个模拟退火算法,计算旅行商问题:注意:一共三个文件,第一个是主程序,下面两个是子函数-A simulated annealing algorithm to calculate the traveling salesman problem: Note: A total of three files, the first one is the main program, the following two sub-functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:10288
    • 提供者:hxliang
  1. Simulated-Annealing-for-TSP

    0下载:
  2. 模拟退火算法解决TSP问题,方法比较好,效果不错-Simulated Annealing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-08
    • 文件大小:4310
    • 提供者:石鑫
  1. TSP

    0下载:
  2. 人工智能中的经典算法,TSP模拟退火算法。本程序简单实现了的用模拟退火算法实现了旅行商问题。只需在文本cities中输入各个城市之间的距离,运行程序后就可以求出旅行各个城市的最短距离。适合学习人工智能和对该算法有兴趣的同学使用。-Classic artificial intelligence algorithm, TSP simulated annealing algorithm. The program is simple to achieve with simulated annealing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:37192
    • 提供者:李辉
  1. TSP

    0下载:
  2. TSP问题是一个典型的、容易描述但是难以处理的NP完全问题,同时TSP问题也是诸多领域内出现的多种复杂问题的集中概括和简化形式。目前求解TSP问题的主要方法有启发式搜索法、模拟退火算法、遗传算法、Hopfield神经网络算法、二叉树描述算法。所以,有效解决TSP问题在计算理论上和实际应用上都有很高的价值,而且TSP问题由于其典型性已经成为各种启发式的搜索、优化算法的间接比较标准(如遗传算法、神经网络优化、列表寻优(TABU)法、模拟退火法等)。遗传算法就其本质来说,主要是解决复杂问题的一种鲁棒性
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:1279611
    • 提供者:孟晓龙
  1. Clone-Algorithm-For-TSP

    0下载:
  2. 基于免疫单克隆算子求解TSP问题的源码,辛辛苦苦自己写的。源代码里面还包括模拟退火,贪婪算法,遗传算法,下载读懂了,你就赚了。-CLONE ALGORITHM FOR TSP
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:1697168
    • 提供者:lijh
  1. TSP-SA-CHANGXIN

    0下载:
  2. 解决了应用模拟退火算法的旅行商问题研究 应用平台MATLAB-To solve application of simulated annealing algorithm traveling salesman problem application platform MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:4954
    • 提供者:常鑫
  1. TSP

    0下载:
  2. 用模拟退火算法解决旅行商问题,城市坐标是数据集直接调用。-Simulated annealing algorithm to solve the traveling salesman problem, the city coordinates data sets directly call.
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:4753
    • 提供者:
  1. TSP-SA

    1下载:
  2. 采用模拟退火法计算全国34个城市间的最小距离-Simulated annealing method 34 cities nationwide minimum distance between
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:281420
    • 提供者:晴天
  1. SAT-TSP

    0下载:
  2. 模拟退火求解TSP问题,最简洁的求解TSP的模拟退火例程,并输出图形-Simulated Annealing for TSP, the most concise routines for TSP simulated annealing and graphical output
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:883
    • 提供者:郭振
  1. TSP-simulated-annealing-algorithm

    0下载:
  2. 应用于哈密顿回路的TSP模拟退火算法,里面有6个m文件-Hamiltonian circuit used in the TSP simulated annealing algorithm, which has a 6 m files
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:7911
    • 提供者:伏臻
  1. TSP-SA(simulated-annealing)

    0下载:
  2. 数学中的模拟退火算法,也就是通常所说的SA- SA(simulated annealing)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:8304
    • 提供者:李元帅
  1. TSP(SA)

    1下载:
  2. 旅行商问题 用模拟退火算法求解游历中国各省会最短路-tsp china province sa
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1302797
    • 提供者:laiweibing
  1. TSP-Simulated-Annealing

    0下载:
  2. 本程序提供了多种TSP模拟退火算法解决图论问题的代码。-This program offers a variety of simulated annealing algorithm to solve TSP graph theory problem code.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1695
    • 提供者:zzz
  1. SA-TSP

    0下载:
  2. 基于经典的优化算法--模拟退火算法的旅行商问题寻优实现,该算法比较经典,可用于后续一些性能对比分析-The traveling salesman problem-- the classical optimization algorithms and simulated annealing algorithm is implemented based on the algorithm, compare the classic, can be used for the analysis of sub
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:4995
    • 提供者:颜妍
  1. sa-tsp

    0下载:
  2. 应用模拟退火的TSP优化算法,程序注释清晰,运行流畅-The TSP simulated annealing optimization algorithm, the program notes clear and running smoothly
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1290
    • 提供者:
  1. TSP

    0下载:
  2. 一个运用模拟退火算法求解TSP问题的小例子程序-A simulated annealing algorithm for TSP small example program
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1092
    • 提供者:孙德宇
  1. SA-TSP

    0下载:
  2. 使用模拟退火算法来解决TSP旅行商优化问题-Using simulated annealing algorithm to solve TSP traveling salesman optimization problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:175207
    • 提供者:乔兵
  1. GA-and-SA-TO-SOLVE-TSP

    0下载:
  2. 用遗传算法和模拟退火算法解决TSP问题,希望能够帮到你-Solve TSP using genetic algorithms and simulated annealing algorithm
  3. 所属分类:Other Databases

    • 发布日期:2017-03-30
    • 文件大小:12210
    • 提供者:
  1. TSP-(2)

    0下载:
  2. 模拟退火与遗传算法的程序,很好用的程序,好使-Simulated Annealing
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:354811
    • 提供者:wenxin
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 20 »
搜珍网 www.dssz.com